﻿@charset 'utf-8';

/*------------ style(原網頁設定) ------------*/
body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6em;
    font-family: '微軟正黑體', Microsoft JhengHei, MingLiU, arial, verdana, helvetica, tahoma, Sans-serif;
    -webkit-transition: none;
    transition: none;
    color: #555;
}
.container {
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    /*max-width: 1170px;*/
    letter-spacing: 1px;
}
.wrapper {
    overflow: hidden;
}
.container:after,
.clearfix:after,
.list-h:after{
  content: '';
  clear: both;
  display: block;
}
.list-h > li,
.list-h > .col{
  float: left;
}
.list-inline > li{
  display: inline-block;
}
.btn:focus{
  outline: 0 !important;
}
figure.pic img{
  max-width: 100%;
  height: auto !important;
}
/*------------ style(原網頁設定) ------------*/
/*------------ style ------------*/
.container-fluid{
  line-height: 1.42857143;
}
.site-main span{
  line-height: normal;
}
/*** banner ***/
.banner{
  min-height: 460px;
  padding-top: 170px;
  color: #3e3a39;
  position: relative;
  height: auto;
}
.banner .bg{
  background: #f5f5f4 url(../images/banner.jpeg)center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  animation-name: banner;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes banner {
  0% {
    opacity: 0;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  40% {
    opacity: 0;
  }
  100%{
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.banner .text{
  float: right;
}
.banner .text h1{
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner .text h1 b{
  color: #e74384;
}
.banner .text b{
  margin-top: 20px;
  display: inline-block;
}
.banner .text p span{
/*  margin-top: 10px;
  display: inline-block;*/
  line-height: 1.6em;
}

/*** site-main ***/
.site-main{
  padding-top: 55px;
  text-align: center;
}
.sect-title{
  font-size: 34px;
  font-weight: bold;
  line-height: 43px;
  color: #3e3a39;
}
.sub-title{
  font-size: 16px;
  margin-top: 8px;
  font-weight: normal;
}


.sect1{
  font-weight: bold;
}
.sect1 .info{
  color: #e74384;
  font-size: 38px;
  margin-bottom: 35px;
  letter-spacing: 0;
}
.sect1 .info .t1{
  color: #3e3a39;
}
.sect1 .info .t1:after{
  content: '=';
  display: inline-block;
  margin-left: 15px;
}
.sect1 .info .t2{
  margin-left: 7px;
  margin-right: 9px;
}
.sect1 .info .t3{
  font-size: 45px;
}
.sect1 p{
  margin-top: 20px;
}
.sect1 p span{
  line-height: 1.6em;
}
.sect1 p .pc-br:last-child,
.sect-title .pc-br{
  display: block;
}
.sect1 .row{
  max-width: 646px;
  margin: 55px auto;
}
.sect1 .row .col{
  width: calc(100% / 3);
  position: relative;
}
.sect1 .row .pic{
  max-width: 118px;
  margin: 0 auto;
}
.sect1 .row .pic img{
  max-width: 100%;
  height: auto !important;
}
.sect1 .row .col + .col:before{
  content: '';
  width: 13px;
  height: 8px;
  background: url(../images/sec1_pic.png);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -6.5px;
}
.owl-theme .owl-controls .owl-buttons div{
  background: transparent;
}
#owl-demo{
  max-width: 944px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
}
#owl-demo .item{
  display: inline-block;
  width: 19%;
  margin: 0 0.5% 20px;
}
#owl-demo .item img{
  width: 100%;
  height: auto !important;
}
#owl-demo .owl-page{
  display: none;
}
#owl-demo .owl-prev,
#owl-demo .owl-next {
    border-radius: 0;
    opacity: 1 ;
    border-radius: 0 !important;
    padding:0 !important;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    border: 10px solid transparent;
    position: relative;
}
#owl-demo .owl-prev {
    background: url(../images/arrow-L.png) no-repeat center !important;
    left: -10px;
}
#owl-demo .owl-next {
    background: url(../images/arrow-R.png) no-repeat center !important;
    right: -10px;
}
.owl-prev:hover,
.owl-next:hover{
  opacity: 0.6 !important;
}


.sect2{
  margin-top: 50px;
}
.sect2:before{
  content: '';
  max-width: 1026px;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #c8c9ca;
  margin-bottom: 70px;
}
.sect2 .row{
  max-width: 944px;
  margin: 30px auto 20px;
}
.sect2 .row .col{
  width: calc(100% / 3);
  margin-bottom: 24px;
  padding: 0 1.3%;
}


.sect3{
  background: #f5f5f4;
  padding: 65px 0 50px;
  text-align: left;  
  font-weight: bold;
}
.sect3 .container{
  max-width: 960px;
}
.sect3 .sect-title{
  float: left;
}
.sect3 .row{
  float: right;
  max-width: 600px;
  width: 100%;
}
.sect3 .row .col{
  width: calc(100% / 3);
  position: relative;
}
.sect3 .row .col + .col:before{
  content: '';
  width: 1px;
  height: 125px;
  background: #aaa;
  display: block;
  position: absolute;
  bottom: 0;
  left: -32px;
}
.sect3 .con{
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 114px;
}
.sect3 .con li{
  margin-bottom: 6px;
}
.sect3 .title{
  font-size: 22px;
  margin-bottom: 50px;
  position: relative;
}
.sect3 .title:before{
  content: '';
  width: 55px;
  height: 4px;
  background: #e74384;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}


.sect4{
  background: url(../images/sec4_bg.jpeg)repeat-x;
  padding-top: 65px;
  min-height: 265px;
}
.sect4 *{
  color: #fff;
}
.sect4 .sub-title{
  font-size: 22px;
  margin-top: 15px;
}


.sect5{
  padding: 50px 0 35px;
}
.sect5 .form-box{
  max-width: 353px;
  margin: 15px auto 0;
}
.sect5 .form-box input,
.sect5 .form-box textarea{
  background: #f5f5f4;
  box-shadow:inset 3px 3px 3px rgba(20%,20%,40%,0);
  border: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.sect5 .form-box textarea{
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
          min-height: 100px;
}
.sect5 .form-box input:-webkit-autofill,
.sect5 .form-box input:-webkit-autofill:hover,
.sect5 .form-box input:-webkit-autofill:focus,
.sect5 .form-box input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0px 1000px rgba(192,192,192,0.2) inset; /*淡淡的白*/
transition: background-color 5000s ease-in-out 0s; /*透明*/
-webkit-text-fill-color: #c8c9ca; /*字體顏色*/
}
.sect5 .form-box input:focus::-webkit-input-placeholder { color:transparent; } 
.sect5 .form-box input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */ 
.sect5 .form-box input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */  
.sect5 .form-box input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.sect5 .form-box textarea:focus::-webkit-input-placeholder { color:transparent; } 
.sect5 .form-box textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.sect5 .form-box textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.sect5 .form-box textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.sect5 .btn{
  background: #e74384;
  color: #fff;
  max-width: 155px;
  width: 100%;
  line-height: 23px;
  margin-top: 10px;
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
}

/*** site-footer ***/
.site-footer{
  background: #252525;
  color: #848484;
  padding : 60px 0;
  font-size: 14px;
}
.site-footer a{
  color: #848484;
  text-decoration: none;
}
.site-footer .left{
  float: left;
}
.site-footer .right{
  float: right;
  text-align: right;
}
.site-footer .info,
.site-footer .info a{
  color: #fff;
}
.site-footer p{
  margin-bottom: 0;
}
.site-footer .link{
  margin-top: 25px;
}
.site-footer .info{
  margin-bottom: 25px;
}
.site-footer .link a{
  position: relative;
  top: 0;
  margin-left: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.site-footer .link a:hover{
  top: -8px;
}

/*------------ style ------------*/

.ml12 .letter {
  display: inline-block;
}
.ml12 .letter:nth-child(5),
.ml12 .letter:nth-child(6){
  color: #e74384;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}


@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@keyframes zoomIn {
  0% {
    opacity: 0;
    font-size: 30px;
  }
  50% {
    opacity: 1;
  }
  100%{
    font-size: 45px;
  }
}
.zoomIn {
  animation-name: zoomIn;
  animation-duration: .6s;
  animation-timing-function: ease;
}


@keyframes zoomInS {
  0% {
    opacity: 0;
    font-size: 45px;
  }
  50% {
    opacity: 1;
  }
  100%{
    font-size: 38px;
  }
}
.zoomInS {
  animation-name: zoomInS;
  animation-timing-function: ease;
  animation-duration: .6s;
}


@media (max-width: 768px) {
  .container {
    padding: 0 29px;
  }
  .banner .bg{
    /*background-position: 60% center;*/
    background-color: #f5f5f5;
    background-size: 1000px;
    background-position: 280px 100%;
    background-repeat: no-repeat;
    animation-duration: 2s;
  }
  @keyframes banner {
    0% {
      opacity: 0;
      top: 50%;
      right: 50%;
      bottom: 50%;
      left: 50%;
      background-image: url(../images/banner_bg.png);
    }
    20% {
      opacity: 0;
    }
    40% {
      opacity: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url(../images/banner_bg.png);
    }
    90%{
      background-image: url(../images/banner_.png);
    }
    100%{
      background-image: url(../images/banner_.png);
    }
  }
  .banner .text {
    float: none;
  }
  .sect1 p{
    font-weight: normal;
  }
  .sect3{
    padding-top: 50px;
  }
  .sect3 .sect-title,
  .sect3 .row{
    float: none;
    margin: 0 auto;
  }
  .sect3 .sect-title{
    text-align: center;
    margin-bottom: 60px;
  }
  .sect3 .row{
    max-width: 550px;
  }
  .sect3 .row .col{
    max-width: 115px;
  }
  .sect3 .row .col:nth-child(1){
    max-width: 150px;
  }
  .sect3 .row .col+.col{
    margin-left: 15%;
  }
  .sect3 .title{
    margin-bottom: 25px;
  }
}
/*iplus橫 736*/
@media (max-width: 736px) {
  .banner .bg{
    background: #f5f5f5 url(../images/banner_.png)277px bottom no-repeat / 1000px;
  }
}

/*i6橫 667*/
@media (max-width: 667px) {
  .banner .bg{
    background: #f5f5f5 url(../images/banner_.png)240px 200px no-repeat / 900px;
  }
}

/*i5橫 568*/
@media (max-width: 568px) {
  .banner .bg{
    background: #f5f5f5 url(../images/banner_.png)220px 225px no-repeat / 800px;
  }
  
  #owl-demo .item {
    width: 32.333%;
  }
}
/*i6plus 414*/
@media (max-width: 414px) {
  .banner .bg{
    background: #F5F5F5 url(../images/banner_.png)90px 250px no-repeat / 700px;
  }
  .sub-title,
  .sect1 p,
  .sect3 .con{
    font-weight: normal;
  }
  .banner {
    padding-top: 85px;
  }
  /*.banner .bg{
    background-position: 10% 200px;
    background-color: #f5f5f5;
  }*/
  .banner .text{
    float: none;
  }
  .banner .text h1{
    font-size: 33px;
  }
  .banner h1 span{
    display: block;
  }
  .ml12 .letter{
    line-height: 45px;
  }
  .ml12 .letter:nth-child(4){
    margin-right: 53%;
  }
  .sect1 .info .t1:after{
    margin-left: 8px;
  }
  .sect1 .info .t2{
    margin-right: 2px;
    margin-left: 1px;
  }

  @keyframes zoomIn {
    0% {
      opacity: 0;
      font-size: 26px;
    }
    50% {
      opacity: 1;
    }
    100%{
      font-size: 38px;
    }
  }
  @keyframes zoomInS {
    0% {
      opacity: 0;
      font-size: 38px;
    }
    50% {
      opacity: 1;
    }
    100%{
      font-size: 26px;
    }
  }

  .sect1 .row{
    margin: 25px auto 50px;
  }
  .sect1 .row .pic {
    max-width: 86px;
    margin: 0 auto;
  }
  .sect1 .info{
    font-size: 26px;
  }
  .sect1 .info .t3 {
    font-size: 38px;
  }
  .sect1 p span,
  .sect-title span{
    display: block;
  }
  .sect-title{
    font-size: 25px;
    line-height: 38px;
  }
  .sub-title,
  .sect4 .sub-title{
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
  }
  .sect4 .sub-title,
  .sect5 .sub-title{
    white-space: nowrap;
  }
  .m-none{
    display: none !important;
  }
  .sect2 .row{
    margin-bottom: 40px;
  }
  .sect2 .row .col{
    margin-bottom: 8px;
  }
  .sect3{
    padding: 35px 0 40px;
  }
  .sect3 .sect-title{
    margin-bottom: 30px;
  }
  .sect3 .title{
    font-size: 18px;
    float: left;
    padding-top: 15px;
  }
  .sect3 .title:before {
    width: 45px;
    height: 4px;
    top: 0;
  }
  .sect3 .row {
    max-width: 250px;
  }
  .sect3 .con{
    font-size: 15px;
    min-height: initial;
    float: left;
    padding-left: 30px;
  }
  .sect3 .con li{
    margin-bottom: 0;
  }
  .sect3 .row .col + .col:before{
    height: 100px;
  }
  .sect3 .row .col,
  .sect3 .row .col:nth-child(1){
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .sect3 .row .col+.col {
    margin-left: 0;
    margin-top: 25px;
  }
  .sect3 .row .col + .col:before{
    display: none;
  }
  .sect4{
    padding-top: 55px;
  }
  .sect5{
    padding-bottom: 80px;
  }
}

/*i6 375*/
@media (max-width: 375px) {
/*  .banner .text p span:first-child{
    display: inline-block;
    margin-bottom: 13px;
  }*/
  .banner .bg{
    background: #F5F5F5 url(../images/banner_.png)85px 265px no-repeat / 650px;
  }
  .banner .text{
    font-size: 15px;
  }
  .sect-title{
    font-size: 22px;
  }
  .sect1 .info {
      font-size: 23px;
  }
  .sect1 .row{
    margin: 25px -15px 50px;
  }
  .sect1 .row .pic {
    max-width: 85px;
  }
  .sect1 .info .t1:after {
      margin-left: 5px;
  }
  .sect1 .info .t2 {
      margin-left: 0;
      margin-right: 0;
  }
  .sect5 .container {
    padding: 0 26px;
  }
  .sect5 .form-box{
    margin-top: 30px;
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      font-size: 26px;
    }
    50% {
      opacity: 1;
    }
    100%{
      font-size: 35px;
    }
  }
  @keyframes zoomInS {
    0% {
      opacity: 0;
      font-size: 38px;
    }
    50% {
      opacity: 1;
    }
    100%{
      font-size: 24px;
    }
  }
}

/*i5 320*/
@media (max-width: 320px) {
  .banner{
    min-height: 500px;
  }
  .banner .bg{
    background: #F5F5F5 url(../images/banner_.png)-40px 320px no-repeat / 650px;
  }
  .sect-title {
    font-size: 21px;
    line-height: 34px;
  }
  .sect4 .sub-title,
  .sect5 .sub-title {
    white-space: normal;
  }
  .ml12 .letter:nth-child(4){
    margin-right: 40%;
  }
  .site-main{
    padding-top: 30px;
  }
/*  .sect1 .info .t1{
    display: block;
    margin-bottom: 12px;
  }*/
  .sect1 .info .t1:after {
      content: '=';
      display: block;
      transform:rotate(90deg);
      margin-top: 10px;
  }
  .sect1 .info .t2 {
    margin-right: 8px;
    margin-left: 0;
  }
  .sect1 .row .col{
    float: none;
    width: 100%;
  }
  .sect1 .row .pic {
    max-width: 118px;
  }
  .sect1 .row .col + .col{
    padding-top: 30px;
  }
  .sect1 .row .col:last-child{
    padding-top: 50px;
  }
  .sect1 .row .col + .col:before {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -6.5px;
    transform: rotate(90deg);
  }
  .sect4 .sect-title {
    font-size: 19px;
  }
  .sect5 {
    padding-top: 35px;
  }
  #owl-demo .item {
    width: 49%;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
}




/***************************************************************/